0f7125b83c30a6c0923b4cba9f1b14df7ae23f8e,src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityTreeFarm.java,GregtechMetaTileEntityTreeFarm,cutLog,#World#number#number#number#,553

Before Change


				//Update bus contents.
				updateSlots();
				//Remove drop that was added to the bus.
				world.setBlockToAir(x, y, z);
				return true;
			}			

After Change


					updateSlots();
				}				
				//Remove drop that was added to the bus.
				world.setBlockToAir(x, y, z);
				return true;
			}